Welcome![Sign In][Sign Up]
Location:
Search - GroupBox color

Search list

[Dialog_WindowSxGroupBoxTest

Description: 自定义GroupBox控件的边框颜色与宽度及Caption的字体颜色等内容-Custom Controls GroupBox border color and width and the Caption of the font color, etc.
Platform: | Size: 43008 | Author: 徐聪 | Hits:

[Static controlSxGroupBoxTest

Description: 可灵活自定义字体和外框线的大小和颜色和颜色的groupbox控件,内有相关的函数接口方便调用,是一个继承类。内有源码和示例程序。-The flexibility to customize the fonts, and outline the size and color lines and color of the groupbox control-related functions within the interface to facilitate the call, is a derived class. There are source and sample programs.
Platform: | Size: 57344 | Author: mentian | Hits:

[GUI DevelopGroupBox

Description: 一个扩展字体和颜色的GroupBox,可设置Group Box的字体类型、颜色和大小。-An expansion of fonts and colors of the GroupBox, you can set Group Box of the font type, color and size.
Platform: | Size: 35840 | Author: 王作 | Hits:

[CSharpCustomGroupBox

Description: A New Skin for Ye Olde GroupBox Creating a custom GroupBox in WinForms that supports skinning-Introduction When applying a dark skin theme to my Windows Forms application which used a GroupBox But as soon as I wanted to set the GroupBox.Enabled property to false, things did not look that good anymore. As can be seen in the screendump, the standard GroupBox on the right automatically chooses a black color for the disabled state: Background SkinSettings Class The skin themes are in a separate class SkinSettings, to keep the example small, it only has a few settings. It also has a ColorDisabled() method for calculating the custom disabled Color. Hide Shrink Copy Code using System using System.Drawing namespace CustomControls1 { /// <summary> /// A simple SkinSettings class. /// This could be extended to support more control colors. /// </summary> public static class SkinSettings { public static Color FormBackColor { get set } public static Color FormForeColor { get set } public s
Platform: | Size: 17408 | Author: MahdiAttar | Hits:

CodeBus www.codebus.net